home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _D344671672EC491280C64F0BEA8D4C64 < prev    next >
Encoding:
Text File  |  2004-01-06  |  299 b   |  13 lines

  1. Script:LoadScript("scripts/default/entities/pickups/basepickup.lua");
  2.  
  3. local params={
  4.     weapon="Pancor",
  5.     ammotype="Shotgun",
  6.     model="Objects/Weapons/Pancor/Pancor_bind.cgf",
  7.     default_amount=10,
  8.     sound="Sounds/Weapons/Pancor/jackwaepact.wav",
  9. }
  10.  
  11.  
  12. PickupPancor=CreateWeaponPickup(params);
  13.